home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / comms / zhint394.arj / CONFPORT < prev    next >
Text File  |  1994-04-05  |  4KB  |  71 lines

  1. 1-18-94            Hardware Conflicts & Software Conflicts
  2.  
  3.      In  your  CONFIG.SYS and AUTOEXEC.BAT there are  commands  and  device
  4. drivers  that  load when you boot your computer, If you  get  unpredictable
  5. results,  or  out of memory messages (etc) then you can  re-configure  your
  6. computer.  To test if a device driver or TSR (resident) program is  causing  this,
  7. you can put REM in front of the line in either of the above files. You  use
  8. an ASCII (plain text) editor or your wordprocessor in plain text mode.
  9.  
  10. an EXAMPLE......
  11. REM DEVICE=C:\DOS\ANSI.SYS
  12.  
  13.      This  is  only an EXAMPLE, because ANSI.SYS is always OK  to  have  in
  14. there.   The  most  likely to cause problems are  Windows  (anything),  and
  15. drivers for mice, virus checkers, screen savers, etc.
  16.  
  17.      >>>Another IMPORTANT thing to check is that BUFFERS= and FILES=  are
  18. 35  or  higher.<<<
  19.  
  20.     **Using  the Dos MODE to direct to COM1 (from say LPT1) ALWAYS  locks
  21. Epressfax.  Also  NAV  (Norton Ani-Virus) must be put at the  END  of  your
  22. Config.sys  file. Some other Anti-virus will always stop an  incoming  fax.
  23. Another problem is screen-savers.
  24.  
  25.                              MEMORY
  26.     If  you have Dos-6.x, I suggest running Memmaker before and  after  you
  27. install  the modem/fax software. Memory is not a  straightforward  computer
  28. feature.  Normal  memory,  where  computer  programs  run,  where  the   OS
  29. (operating  system) and (many) device drivers reside, is limited  to  640K.
  30.      The extra 2meg or 4 meg is used BY certain programs, which are running
  31. in  conventional (640K) memory. They have special features which  can  load
  32. large  blocks  of data into that  (extended/expanded) memory. Then  as  the
  33. program works on the data, it switches 'pages' of memory (16K blocks)  from
  34. that  memory  into conventional memory while it works on  that  section  of
  35. data.  When that section isn't needed it swaps that back, and gets  another
  36. peice to work on. This lets you have HUGE spreadsheets or databases running
  37. yet  only  have 640K to run the program(s).
  38.      The more programs (& TSRs and device drivers) you load, the less  room
  39. there  is in conventional memory to operate. Somewhere along the  line  the
  40. system  will lock or crash if you keep adding programs into 640K. A  loaded
  41. program even not running takes memory. So close each (Windows) program when
  42. you are done using it.
  43.  
  44. **********************************************************************
  45.  
  46.      If  you  have an internal modem, it must be set for COM4  90%  of  the
  47. time.  Most  computers  have serial port 1 and  2  already  built-into  the
  48. computer.  A  serial port is just a built-in comport. So you cannot  set  a
  49. modem to be the same comport (1 or 2). Try com4 then com3, see your  manual
  50. for jumper settings.
  51.  
  52.      There seem to be some video cards using the COM4 address, which causes
  53. the modem to fail on COM4. In that case try COM3 with IRQ 5 or 2 (see  your
  54. manual to set the jumpers on the Modem). *>> Don't forget the software must
  55. also be told when you change IRQs. <<*
  56.  
  57.      Sometimes one internal modem/or model of modem will work in spite of a
  58. conflict, when set for COM1 or COM2 when there is a serial port. Always try
  59. COM3 and COM4 (and IRQ settings) before deciding the modem is bad.
  60.  
  61.      A  slot in your computer is NOT, has NOTHING to do with  the  COMport!
  62. The  COMport is what YOU set ON the modem, via jumpers. Some older XT  type
  63. computers  (and an 'odd' new one) won't allow you to 'skip' a port. ie;  if
  64. you have 1 and 2 the next MUST be com3, not com4. Then you'd use com3/irq5.
  65.  
  66.      An  external modem cannot be set! It uses the address of  the  comport
  67. into which it is plugged via the modem cable.
  68.  
  69.                                    Don Hinds - Zoom Tech
  70.  
  71.